home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / glibc108.zip / glibc108 / sysdeps / mach / configure < prev    next >
Text File  |  1993-07-22  |  232b  |  9 lines

  1. # If configure is passed `--with-mach=DIR', set `mach-srcdir' to DIR in
  2. # config.make.
  3.  
  4. case z"$with_mach" in
  5. z | zyes) ;; # Not specified, or specified with no value.
  6. z*) config_vars="$config_vars
  7. mach-srcdir = $with_mach" ;;
  8. esac
  9.